ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDraggedRow Property

In This Topic
    OnClientDraggedRow Property (FlexGridBase<T>)
    In This Topic
    Occurs when the user finishes dragging a row.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientDraggedRow As String
    public virtual string OnClientDraggedRow {get; set;}
    See Also